system calls - определение. Что такое system calls
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое system calls - определение

IN COMPUTER SCIENCE, THE MECHANISM USED BY AN APPLICATION PROGRAM TO REQUEST SERVICE FROM THE OPERATING SYSTEM OR ANOTHER APPLICATION PROGRAM
System calls; Syscall; System Call; Int 0x80; INT 0x80
  • A high-level overview of the Linux kernel's system call interface, which handles communication between its various components and the [[userspace]]
Найдено результатов: 10106
system call         
<operating system, programming> The mechanism used by an application program to request service from the {operating system}. System calls often use a special machine code instruction which causes the processor to change mode (e.g. to "supervisor mode" or "protected mode"). This allows the OS to perform restricted actions such as accessing hardware devices or the memory management unit. (1995-03-01)
System call         
In computing, a system call (commonly abbreviated to syscall) is the programmatic way in which a computer program requests a service from the kernel of the operating system on which it is executed. This may include hardware-related services (for example, accessing a hard disk drive or accessing the device's camera), creation and execution of new processes, and communication with integral kernel services such as process scheduling.
Crazy He Calls Me         
ORIGINAL SONG COMPOSED BY CARL SIGMAN, WITH LYRICS BY BOB RUSSELL; FIRST RECORDED BY BILLIE HOLIDAY
Crazy She Calls Me
"Crazy He Calls Me" is a 1949 jazz standard. It was composed by Carl Sigman, with lyrics by Bob Russell.
Entropy-supplying system calls         
Getrandom; Getentropy
Entropy-supplying system calls are system calls in Unix-like operating system kernels through which processes can obtain entropic or random data. The first of these was getentropy, introduced to the OpenBSD operating system in release 5.
Open (system call)         
SYSTEM CALLS CAN BE VERIFIED AND CALLS ARE MADE ANYWAY.
Open system call; Openat (system call)
For most file systems, a program initializes access to a file in a file system using the open system call. This allocates resources associated to the file (the file descriptor), and returns a handle that the process will use to refer to that file.
Hawaii Calls (album)         
1941 COMPILATION ALBUM BY BING CROSBY, FRANCES LANGFORD, HARRY OWENS, DICK MCINTIRE
Hawaii Calls (Decca album)
Hawaii Calls is an compilation album of phonograph records put together by Decca Records in 1941 featuring Decca's best Hawaiian music. These previously issued songs were featured on a 5-disc, 78 rpm album set, Decca Album No.
Racially motivated emergency calls         
FRAUDULENT EMERGENCY CALLS WHICH ARE MOTIVATED BY RACISM
Draft:Racially motivated emergency calls; Racially motivated emergency calls
Racially motivated emergency calls are fraudulent emergency calls motivated by racism. According to Alivia Zubron at the University of Northern Iowa, the consequences of emergency calls to police are often overlooked; additionally, risk-averse callers may be motivated by the sense of control that emergency calls bring to a situation.
Prepaid telephone call         
Pre-pay; Prepaid telephone calls
Prepaid telephone calls are a popular way of making telephone calls which allow the caller to control spending without making a commitment with the telephone company.
Storytelling System         
ROLE-PLAYING GAME SYSTEM
White Wolf Dice Mechanics; Storyteller system; Storytelling system; D10 System; Storyteller System
The Storytelling System is a role-playing game system created by White Wolf, Inc. for the Chronicles of Darkness (formerly known as the New World of Darkness), a game world with several pen and paper games tied in.
Albert system         
SYSTEM OF CLARINET KEYWORK
Simple system; Albert System
The Albert system refers to a system of clarinet keywork and fingering developed by Eugène Albert. In the United Kingdom it is known as the simple system.

Википедия

System call

In computing, a system call (commonly abbreviated to syscall) is the programmatic way in which a computer program requests a service from the operating system on which it is executed. This may include hardware-related services (for example, accessing a hard disk drive or accessing the device's camera), creation and execution of new processes, and communication with integral kernel services such as process scheduling. System calls provide an essential interface between a process and the operating system.

In most systems, system calls can only be made from userspace processes, while in some systems, OS/360 and successors for example, privileged system code also issues system calls.